chore(deps): Revert Updated airlift base and checkstyle to work with Java 17#27423
Merged
tdcmeehan merged 1 commit intoprestodb:masterfrom Mar 24, 2026
Merged
Conversation
Contributor
Reviewer's GuideThis PR reverts the previous dependency/checkstyle update for Java 17 compatibility by downgrading the Airbase parent POM, reverting checkstyle configuration loosening, and undoing various formatting/indentation changes, plus restoring the product test CLI wrapper to use the system Java instead of an overridden JDK path. Flow diagram for reverted presto-cli.sh Java selectionflowchart TD
User[User runs presto-cli.sh] --> ScriptStart[presto-cli.sh start]
ScriptStart --> DetectJava[Detect java from system PATH]
DetectJava --> JavaFound{java executable found?}
JavaFound -- Yes --> RunCLI[Invoke Presto CLI using system java]
JavaFound -- No --> ErrorOut[Print error and exit]
RunCLI --> End[CLI session runs]
ErrorOut --> End
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
tdcmeehan
approved these changes
Mar 24, 2026
fac2472 to
972a40c
Compare
…Java 17 This reverts commit 1ddef8b.
972a40c to
b9da5e5
Compare
7 tasks
This was referenced Mar 31, 2026
15 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit 1ddef8b due to breaking JDK compatibility: #27382
Description
Motivation and Context
Impact
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.